home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0527.dms / q0527.adf / hello.c < prev    next >
C/C++ Source or Header  |  1991-02-02  |  73b  |  12 lines

  1.  
  2. /*
  3.  *  HELLO.C
  4.  */
  5.  
  6. main()
  7. {
  8.     puts("hello world");
  9.     return(0);
  10. }
  11.  
  12.